home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / os2 / fm2_240.zip / COMMANDS.TMP < prev    next >
Text File  |  1995-06-25  |  450b  |  38 lines

  1. ; FM/2 commands file -- 3 lines: title, cmd line, flags
  2. ;
  3. Rename to lowercase
  4. rencase.exe -l %a
  5. 0
  6. ;
  7. Rename to uppercase
  8. rencase.exe -u %a
  9. 0
  10. ;
  11. Rename to "mixed" case
  12. rencase.exe -m %a
  13. 0
  14. ;
  15. Count lines
  16. lines.exe %a
  17. 4096
  18. ;
  19. Test a Zip file
  20. unzip.exe -t %a
  21. 12288
  22. ;
  23. Test an Lzh file
  24. lh.exe t %a
  25. 12288
  26. ;
  27. Test an Arc file
  28. arc.exe t %a
  29. 12288
  30. ;
  31. Test an Arj file
  32. unarj.exe t %a
  33. 12288
  34. ;
  35. Test a Zoo file
  36. zoo.exe -test %a
  37. 12288
  38.